.presentation img{
    width: 100%;
    height: 30rem;
    filter: grayscale(100%);
    z-index: 1;
    transition: 0.5s;
}

.presentationroute {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 18rem;   
}

.presentationroute {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 10rem;   
    color: white;
}

.presentationroute div{
    margin-top: -45px;
}

.presentationroute h1{
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 70px;
}

.presentationroute a{
    font-family: "Kanit", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    text-decoration: none;
    color: white;
    padding: 5px;
}

.presentationroute a:Hover{
    text-decoration: underline rgb(243, 208, 11);
}

.fa-chevron-right {
    color: rgb(243, 208, 11);
}